aboutsummaryrefslogtreecommitdiff
path: root/src/ident.rs
Commit message (Collapse)AuthorAgeFilesLines
* Changed unwrap_or to unwrap because we want the program to fail instead of ↵James Ravenscroft2014-12-251-3/+3
| | | | use emptystring if ident can't be unwrapped
* Added unwrap calls around ident regex matchesJames Ravenscroft2014-12-251-3/+3
|
* Initial commit.Till Hoeppner2014-10-211-0/+24