Skip to content

Commit

Permalink
Add note about placing normalization steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 14, 2020
1 parent bac69bd commit f6407d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/normalize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ enum Normalization {
RustLib,
TypeDirBackslash,
WorkspaceLines,
// New normalization steps are to be inserted here at the end so that any
// snapshots saved before your normalization change remain passing.
}

use self::Normalization::*;
Expand Down

0 comments on commit f6407d0

Please sign in to comment.