Skip to content

Commit 2a9c501

Browse files
authored
Merge pull request #352 from rust-lang/pietroalbini-patch-1
Fix typo in the 1.31.1 blog post
2 parents 1bcfb1e + 74781b8 commit 2a9c501

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)