mirror of
https://github.com/urbit/ares.git
synced 2024-12-24 13:55:23 +03:00
cargo: clippy lint
This commit is contained in:
parent
79819b7795
commit
030218df9f
@ -433,7 +433,7 @@ mod tests {
|
||||
[[1 1] "abc"] at +6 of (easy 'a')
|
||||
*/
|
||||
|
||||
/// ((easy 'a') [[1 1] "abc"])
|
||||
// ((easy 'a') [[1 1] "abc"])
|
||||
// [[1 1] "abc"]
|
||||
let sam_jam = A(&mut c.stack, &ubig!(3205468216717221061))
|
||||
.as_atom()
|
||||
@ -447,7 +447,7 @@ mod tests {
|
||||
let ctx = T(&mut c.stack, &[D(0), D(97), D(0)]);
|
||||
util::assert_jet_in_door(c, jet_easy, sam, ctx, ans);
|
||||
|
||||
/// ((easy %foo) [[1 1] "abc"])
|
||||
// ((easy %foo) [[1 1] "abc"])
|
||||
// [[1 1] "abc"]
|
||||
let sam_jam = A(&mut c.stack, &ubig!(3205468216717221061))
|
||||
.as_atom()
|
||||
|
Loading…
Reference in New Issue
Block a user