]> git.lizzy.rs Git - rust.git/commitdiff
Merge #6062
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 24 Sep 2020 15:07:35 +0000 (15:07 +0000)
committerGitHub <noreply@github.com>
Thu, 24 Sep 2020 15:07:35 +0000 (15:07 +0000)
6062: Bump smol_str from 0.1.16 to 0.1.17 r=matklad a=woshilapin

When I built `rust-analyzer` today, I noticed the following warnings.

```
warning: use of deprecated item 'syntax::SmolStr::new_inline_from_ascii': Use `new_inline` instead
   --> crates/mbe/src/syntax_bridge.rs:639:30
    |
639 | ...                   (SmolStr::new_inline_from_ascii(1, &[punct.char as u8]), punct.id)
    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: 1 warning emitted
```

So I thought it would be a nice small PR.

Co-authored-by: Jean SIMARD <woshilapin@tuziwo.info>

Trivial merge