Skip to content

Commit a8195f2

Browse files
authored
Update content/Rust-1.89.0.md
1 parent f0a5a34 commit a8195f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Rust-1.89.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Failing tests can be disabled by annotating the doctest with `ignore-<target>`:
141141
/// ```ignore-x86_64
142142
/// panic!("something")
143143
/// ```
144-
/// pub fn my_function() { }
144+
pub fn my_function() { }
145145
```
146146

147147
### Platform Support

0 commit comments

Comments
 (0)