Skip to content

Commit

Permalink
Removes useless use of vec!
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Aug 24, 2023
1 parent 1d56ae1 commit 95942d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/markup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ impl Markup for todo_txt::task::Note {

let mut markup = String::from("<markup>");

let headers = vec![
let headers = [
"xx-large", "x-large", "large", "medium", "small", "x-small", "xx-small",
];

Expand Down

0 comments on commit 95942d8

Please sign in to comment.