Skip to content

Commit a653dcb

Browse files
committed
Update README.md
1 parent 4ca329e commit a653dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ This will cause `cast_checks` to dump to standard output:
7171
Example:
7272

7373
```text
74-
cast_checks rewriting `x as u16` at src/lib.rs:0:0
75-
cast_checks not descending into `mod c ;` at src/lib.rs:0:0
74+
cast_checks rewriting `x as u16` at src/lib.rs:3:0
75+
cast_checks not descending into `mod c ;` at src/lib.rs:3:0
7676
```
7777

7878
Note that `CAST_CHECKS_LOG` requires `--cfg procmacro2_semver_exempt` to be passed to rustc.

0 commit comments

Comments
 (0)