]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/box_vec.stderr
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / box_vec.stderr
index 84c0b6c36e3ce79c104fc7cdc21c0fd35c70792c..8b5fc24a371be4418f3f3672232c8a51bc2abe29 100644 (file)
@@ -1,7 +1,7 @@
 error: you seem to be trying to use `Box<Vec<T>>`. Consider using just `Vec<T>`
   --> $DIR/box_vec.rs:23:18
    |
-23 | pub fn test(foo: Box<Vec<bool>>) {
+LL | pub fn test(foo: Box<Vec<bool>>) {
    |                  ^^^^^^^^^^^^^^
    |
    = note: `-D clippy::box-vec` implied by `-D warnings`