1
Fork 0

Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor

Fix typos found by codespell.
This commit is contained in:
kennytm 2018-08-21 01:20:25 +08:00
commit b5519db323
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
99 changed files with 130 additions and 130 deletions

View file

@ -315,7 +315,7 @@ pub struct Cache {
// the access levels from crateanalysis.
pub access_levels: Arc<AccessLevels<DefId>>,
/// The version of the crate being documented, if given fron the `--crate-version` flag.
/// The version of the crate being documented, if given from the `--crate-version` flag.
pub crate_version: Option<String>,
// Private fields only used when initially crawling a crate to build a cache