1
Fork 0

Use #[doc = include_str!()] in std

This commit is contained in:
LeSeulArtichaut 2020-12-30 23:33:38 +01:00
parent 446d4533e8
commit a6eb836ff0
4 changed files with 3 additions and 4 deletions

View file

@ -264,7 +264,6 @@
#![feature(exhaustive_patterns)]
#![feature(extend_one)]
#![feature(extended_key_value_attributes)]
#![feature(external_doc)]
#![feature(fn_traits)]
#![feature(format_args_nl)]
#![feature(gen_future)]