Fixed compilation, and updated README.
This commit is contained in:
parent
d2aa8df1b9
commit
d76dd610de
3 changed files with 4 additions and 4 deletions
|
@ -332,7 +332,7 @@ mod test {
|
|||
|
||||
#[test]
|
||||
fn is_error() {
|
||||
assert!(!Response::RPL_NAMREPLY.is_error())
|
||||
assert!(Response::ERR_NICKNAMEINUSE.is_error())
|
||||
assert!(!Response::RPL_NAMREPLY.is_error());
|
||||
assert!(Response::ERR_NICKNAMEINUSE.is_error());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue