Преглед изворни кода

Update num-macros to rust master

Renato Zannon пре 9 година
родитељ
комит
e8450fd47a
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      num-macros/src/lib.rs

+ 2 - 0
num-macros/src/lib.rs

@@ -78,6 +78,7 @@ pub fn expand_deriving_from_primitive(cx: &mut ExtCtxt,
         methods: vec!(
             MethodDef {
                 name: "from_i64",
+                is_unsafe: false,
                 generics: LifetimeBounds::empty(),
                 explicit_self: None,
                 args: vec!(Literal(path_local!(i64))),
@@ -93,6 +94,7 @@ pub fn expand_deriving_from_primitive(cx: &mut ExtCtxt,
             },
             MethodDef {
                 name: "from_u64",
+                is_unsafe: false,
                 generics: LifetimeBounds::empty(),
                 explicit_self: None,
                 args: vec!(Literal(path_local!(u64))),