]> git.lizzy.rs Git - rust.git/commit
lint messages: remove trailing period
authorGeorg Brandl <georg@python.org>
Thu, 13 Aug 2015 06:15:42 +0000 (08:15 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 13 Aug 2015 06:15:42 +0000 (08:15 +0200)
commita67e55f3f07d552233248a63d256535e095c7975
treeac08f49dc73ea731add4bda6ebb69f38adc31784
parent7aee04878f5228f15d94b04addadfa9fe5ccc307
lint messages: remove trailing period

Since lint messages often are suffixed by ", #[warn(xxx)] on by default"
this trailing period produces an ugly clash with the comma.
src/approx_const.rs
src/eta_reduction.rs
src/identity_op.rs
src/len_zero.rs
src/methods.rs
src/misc.rs
src/mut_mut.rs
src/ptr_arg.rs
src/strings.rs
src/types.rs
src/unicode.rs