Georg Brandl
|
137a9f3def
|
methods: allow Option.unwrap by default
|
2015-08-15 07:23:04 +02:00 |
|
Georg Brandl
|
2c2716f045
|
all: DRY for lint descriptions
* use the rustc style for lint descriptions
* add a script to parse all lint descriptions
and put the generated table into README
|
2015-08-13 11:14:05 +02:00 |
|
Georg Brandl
|
a67e55f3f0
|
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.
|
2015-08-13 08:15:42 +02:00 |
|
Georg Brandl
|
4074c1f968
|
methods: lint against String.to_string (fixes #100)
|
2015-08-12 17:03:13 +02:00 |
|
Georg Brandl
|
225969e8a3
|
methods: move misc.StrToStringPass to MethodsPass
|
2015-08-12 13:58:55 +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 |
|