Skip to content

Commit

Permalink
Remove all doc_comment!{} hacks by using #[doc = expr] where needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Dec 30, 2020
1 parent e226704 commit 27b81bf
Show file tree
Hide file tree
Showing 8 changed files with 4,642 additions and 5,139 deletions.
1 change: 1 addition & 0 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Loading

0 comments on commit 27b81bf

Please sign in to comment.