From acdfa6f09d27fea43926e1d286f13f27a811a203 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 8 May 2017 13:27:29 -0500 Subject: drop the Ceiling newtype it's not required as the user never deal with Ceiling tokens --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 85fff02..19b1217 100644 --- a/build.rs +++ b/build.rs @@ -49,7 +49,7 @@ fn main() { tokens.push( quote! { #[doc = #doc] - pub type #c = Ceiling<::typenum::#u>; + pub type #c = ::typenum::#u; }, ); -- cgit v1.2.3