mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
Enable nursery rules: 'redundant_clone', 'debug_assert_with_mut_call', and 'unused_peekable' (#13920)
This commit is contained in:
parent
337af836d3
commit
32b57b2ee4
15 changed files with 28 additions and 28 deletions
|
@ -298,7 +298,7 @@ fn super_resolution_overview() {
|
|||
.unwrap();
|
||||
}
|
||||
|
||||
let snapshot = session.take_snapshot(file_url.clone()).unwrap();
|
||||
let snapshot = session.take_snapshot(file_url).unwrap();
|
||||
|
||||
insta::assert_snapshot!(
|
||||
"changed_notebook",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue