Skip to content

Commit 74781b8

Browse files
authored
Fix typo in the 1.31.1 blog post
r? @steveklabnik
1 parent 1bcfb1e commit 74781b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2018-12-20-Rust-1.31.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ usage:](https://github.com/rust-lang/rls/pull/1170)
3535
```rust
3636
/// Some documentation
3737
#[derive(Debug)] // Multiple, single-line
38-
#[allow(missing_docs)] // atributes
38+
#[allow(missing_docs)] // attributes
3939
pub struct MyStruct { /* ... */ }
4040
```
4141

@@ -50,4 +50,4 @@ and now RLS goes to the correct location (for Rust 1.31, note the extra `src`):
5050

5151
```text
5252
~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libstd/collections/hash/map.rs
53-
```
53+
```

0 commit comments

Comments
 (0)