Georg Brandl
|
5264196538
|
methods: try to allow value self when type is Copy (fixes #273)
|
2015-09-01 21:08:49 +02:00 |
|
Georg Brandl
|
1007864198
|
new lint: self conventions for certain method names (fixes #267)
|
2015-09-01 18:52:48 +02:00 |
|
Georg Brandl
|
88dd38de87
|
lib: add clippy_pedantic group with all Allow by default lints (fixes #265)
|
2015-09-01 18:05:28 +02:00 |
|
Manish Goregaokar
|
193e71be61
|
Merge branch 'pr-228'
Conflicts:
README.md
src/methods.rs
|
2015-08-27 11:09:40 +05:30 |
|
Georg Brandl
|
6fa34cca29
|
methods: suggest correct replacement for to_string() (fixes #232)
|
2015-08-25 18:39:21 +02:00 |
|
Georg Brandl
|
56e8db476c
|
new lint: inherent methods that should be trait impls (fixes #218)
|
2015-08-25 11:10:42 +02:00 |
|
Georg Brandl
|
7aee04878f
|
tests: use fragment of lint text for error checking
(Did not touch strings.rs, which is fixed by @llogiq's PR)
|
2015-08-13 08:12:07 +02:00 |
|
Georg Brandl
|
4074c1f968
|
methods: lint against String.to_string (fixes #100)
|
2015-08-12 17:03:13 +02:00 |
|
Georg Brandl
|
2bcc151888
|
new lint for Option.unwrap() and Result.unwrap()
The latter is set to Allow by default (fixes #24)
|
2015-08-11 21:19:11 +02:00 |
|