From a125ac587ff31506b4bc9ba1c67eff9ae60f4408 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 30 May 2018 17:01:33 +0200 Subject: update rust - use never_type feature --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index c4c70a1..c0b8850 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ //! //! (Look at the note on "Buffering" in the [parser //! module](raw/parser/index.html#buffering)) -#![feature(try_trait, stmt_expr_attributes)] +#![feature(try_trait, stmt_expr_attributes, never_type)] #[macro_use] extern crate quick_error; #[macro_use] -- cgit v1.2.3