]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/const_static_lifetime.rs
Fix lines that exceed max width manually
[rust.git] / clippy_lints / src / const_static_lifetime.rs
2017-11-04 topecongiroCargo fmt
2017-11-03 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-11-02 Oliver SchneiderMerge pull request #2194 from martinlindhe/master
2017-10-31 Martin Lindhefix some typos
2017-10-28 Manish GoregaokarMerge branch 'pr-2140'
2017-10-27 Oliver SchneiderMerge pull request #2129 from vorner/update-script
2017-10-23 Oliver SchneiderMerge pull request #2136 from ykrivopalov/identity_op_f...
2017-10-20 Oliver SchneiderMerge pull request #2146 from MaloJaffre/println_empty_...
2017-10-20 Oliver SchneiderMerge pull request #2151 from gbip/master
2017-10-20 Paul FlorenceMerge branch 'master' of https://github.com/rust-lang...
2017-10-20 Paul FlorenceRemove "#![feature(plugin)]" in the test".
2017-10-20 Paul FlorenceBetter linting : use of span_lint_and_then.
2017-10-20 Paul FlorenceFixed some code in clippy to pass the new, removed...
2017-10-20 Paul FlorenceImplementation of the `const_static_lifetime` lint.