Reexport -> re-export in error messages

This commit is contained in:
Carol (Nichols || Goulding) 2018-01-12 16:41:45 -05:00
parent c698496f84
commit 90fcd4476c
No known key found for this signature in database
GPG key ID: D04B39A6CA243902
18 changed files with 44 additions and 41 deletions

View file

@ -127,7 +127,7 @@ declare_lint! {
declare_lint! {
pub PUB_USE_OF_PRIVATE_EXTERN_CRATE,
Deny,
"detect public reexports of private extern crates"
"detect public re-exports of private extern crates"
}
declare_lint! {