mirror of https://github.com/rust-lang/rfcs.git
Add comment to point out intended typo
This commit is contained in:
parent
a6dab4be2e
commit
564dff9415
|
@ -13,7 +13,7 @@ the risks is that a condition may contain misspelled identifiers, or may use ide
|
|||
obsolete or have been removed from a product. For example:
|
||||
|
||||
```rust
|
||||
#[cfg(feature = "widnows")]
|
||||
#[cfg(feature = "widnows")] // notice the typo!
|
||||
fn do_windows_thing() { /* ... */ }
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue