1
Fork 0

Remove all doc_comment!{} hacks by using #[doc = expr] where needed.

This commit is contained in:
Mara Bos 2020-11-17 23:57:29 +01:00
parent e226704685
commit 27b81bf97a
8 changed files with 4555 additions and 5052 deletions

View file

@ -113,6 +113,7 @@
#![feature(doc_spotlight)]
#![feature(duration_consts_2)]
#![feature(duration_saturating_ops)]
#![feature(extended_key_value_attributes)]
#![feature(extern_types)]
#![feature(fundamental)]
#![feature(intrinsics)]