Test fixes and rebase conflicts
Also some tidying up of a bunch of crate attributes
This commit is contained in:
parent
188d7c0bc3
commit
3a2530d611
56 changed files with 227 additions and 246 deletions
|
@ -148,7 +148,7 @@ impl FromStr for bool {
|
|||
}
|
||||
|
||||
/// An error returned when parsing a `bool` from a string fails.
|
||||
#[derive(Show, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[allow(missing_copy_implementations)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub struct ParseBoolError { _priv: () }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue