]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/seek_to_start_instead_of_rewind.stderr
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
[rust.git] / src / tools / clippy / tests / ui / seek_to_start_instead_of_rewind.stderr
index 6cce025359fe2918bce42ea6bdbef601d8c74948..342ec00fe7295ad8ec3afd061f1af4dbbc48110c 100644 (file)
@@ -13,7 +13,7 @@ LL |     t.seek(SeekFrom::Start(0));
    |       ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `rewind()`
 
 error: used `seek` to go to the start of the stream
-  --> $DIR/seek_to_start_instead_of_rewind.rs:128:7
+  --> $DIR/seek_to_start_instead_of_rewind.rs:134:7
    |
 LL |     f.seek(SeekFrom::Start(0));
    |       ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `rewind()`