David Tolnay b0f7b00e1f
Resolve manual_string_new pedantic clippy lint
warning: empty String is being created manually
        --> test_suite/tests/test_annotations.rs:2280:29
         |
    2280 |     let data = Data::C { t: "".to_string() };
         |                             ^^^^^^^^^^^^^^ help: consider using: `String::new()`
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_string_new
         = note: `-W clippy::manual-string-new` implied by `-W clippy::pedantic`
2023-07-26 13:46:28 -07:00
..
2018-12-31 21:46:14 -05:00
2023-07-25 23:06:34 -07:00
2023-07-25 23:06:34 -07:00
2023-07-25 23:06:34 -07:00
2023-07-25 23:06:34 -07:00
2023-07-25 23:06:34 -07:00
2023-07-25 23:06:34 -07:00
2023-07-25 23:06:34 -07:00