file_abstraction
|
Use ok_or_else() instead of ok_or()
|
2018-04-25 19:15:07 +02:00 |
configuration.rs
|
Use ok_or_else() instead of ok_or()
|
2018-04-25 19:15:07 +02:00 |
error.rs
|
Fix: Entry::to_str() should return Result<_>
|
2018-03-26 14:24:42 +02:00 |
iter.rs
|
Make iterator lifetimes less restricting
|
2018-04-07 13:55:54 +02:00 |
lib.rs
|
Remove unused dependency
|
2018-04-24 22:16:40 +02:00 |
store.rs
|
Use "if let" if matching on a single pattern
|
2018-04-25 19:15:07 +02:00 |
storeid.rs
|
Use ok_or_else() instead of ok_or()
|
2018-04-25 19:15:07 +02:00 |
util.rs
|
Do not String::from(String)
|
2018-04-25 19:13:51 +02:00 |