Satisfy clippy
This commit is contained in:
parent
f42cf01a15
commit
972a590ba9
3 changed files with 4 additions and 6 deletions
|
|
@ -319,7 +319,7 @@ impl fmt::Display for Command {
|
|||
}
|
||||
|
||||
impl File {
|
||||
fn sort(commands: &mut Vec<&Command>) {
|
||||
fn sort(commands: &mut [&Command]) {
|
||||
// Order of commands in a file:
|
||||
// 1. Imports, sorted alphabetically
|
||||
// 2. Time zone(s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue