mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
refactor ~ (utils) fix spelling + add spell-checker exceptions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! Rules to update the codebase using Rerast
|
||||
//! Rules to update the codebase using `rerast`
|
||||
|
||||
/// Converts try!() to ?
|
||||
fn try_to_question_mark<T, E, X: From<E>>(r: Result<T, E>) -> Result<T, X> {
|
||||
|
||||
Reference in New Issue
Block a user