Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix Whitespace.
  • Loading branch information
SeanRBurton committed May 6, 2016
commit be499fb9bc750a5d35240911acd8a320d4b57e63
1 change: 0 additions & 1 deletion src/dfa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ impl<T> Result<T> {
}
}


/// State is a DFA state. It contains an ordered set of NFA states (not
/// necessarily complete) and a smattering of flags.
///
Expand Down