refactor ~ (utils) fix spelling + add spell-checker exceptions

This commit is contained in:
Roy Ivy III
2021-05-31 08:23:58 -05:00
parent 23ed32afe9
commit 06c53d97fc
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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> {