summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove identical conversionMatthias Beyer
2019-12-23Remove unnecessary let bindingMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-22Merge branch 'imag-bookmark/open' into masterMatthias Beyer
2019-12-22Merge branch 'imag-wiki/noexit' into masterMatthias Beyer
2019-12-22Add open command for imag-bookmarkMatthias Beyer
2019-12-22Rewrite imag-wiki to propagate errors instead of calling exit()Matthias Beyer
2019-12-22Call clone() as late as possibleMatthias Beyer
2019-12-22Do not call into_iter() when iter() is sufficientMatthias Beyer
2019-12-22Do not call clone() on a Copy typeMatthias Beyer
2019-12-22Rewrite if-let binding to simple ifMatthias Beyer
2019-12-22Use Iterator::flatten() instead of ::flat_map()Matthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-12-22Use Default implementation for constructingMatthias Beyer
2019-12-22Allow clippy::wrong_self_convention here for better readable codeMatthias Beyer
2019-12-22Rewrite else block, return predicate directlyMatthias Beyer
2019-12-22Simplify condition with iterator functionsMatthias Beyer
2019-12-22Collapse else-if blockMatthias Beyer
2019-12-22Simplify conditionMatthias Beyer
2019-12-22Rewrite for less cluttered codeMatthias Beyer
2019-12-22Bind value and simplify condition with itMatthias Beyer
2019-12-22Rewrite filter(...).next().is_some() with .any(...)Matthias Beyer
2019-12-22Rewrite closure for more structured and easy-to-read codeMatthias Beyer
2019-12-22Use closure instead of always constructing objectMatthias Beyer
2019-12-22Simplify condition by using iterator helper functionsMatthias Beyer
2019-12-22Use char instead of string literalMatthias Beyer
2019-12-22Simplify assignmentMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-12-22Remove let binding for unit valueMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Simplify assignmentMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-12-22Rewrite filter_map() as simple filter()Matthias Beyer
2019-12-22Remove not needed static lifetimeMatthias Beyer
2019-12-22Remove not needed return keywordsMatthias Beyer
2019-12-21Rewrite in functional styleMatthias Beyer
2019-12-21Remove unit-let-bindingMatthias Beyer
2019-12-21Remove unused reference symbolMatthias Beyer
2019-12-21Use closure instead of always constructing objectMatthias Beyer
2019-12-21Replace len() != 0 with is_empty() callMatthias Beyer
2019-12-21Collapse else-if blockMatthias Beyer
2019-12-21Impl FromStr instead of own functionMatthias Beyer