Updates to track rustc nightly

This commit is contained in:
John Gallagher
2015-04-03 08:32:11 -05:00
parent bf6d44e501
commit 5e04b98840
8 changed files with 10 additions and 33 deletions

View File

@@ -152,7 +152,7 @@ impl<T: ToSql> ToSql for Option<T> {
/// conn.execute("INSERT INTO people (name) VALUES (?)", &[&Null])
/// }
/// ```
#[derive(Copy)]
#[derive(Copy,Clone)]
pub struct Null;
impl ToSql for Null {