Fix for rust 1.20.0
This commit is contained in:
parent
b6e12e9451
commit
ad7a0fd4e5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub struct DateTime {
|
|||
second: u8,
|
||||
}
|
||||
|
||||
impl std::default::Default for DateTime {
|
||||
impl ::std::default::Default for DateTime {
|
||||
/// Constructs an 'default' datetime of 1980-01-01 00:00:00
|
||||
fn default() -> DateTime {
|
||||
DateTime {
|
||||
|
|
Loading…
Add table
Reference in a new issue