Skip to content

Commit 27b81bf

Browse files
committed
Remove all doc_comment!{} hacks by using #[doc = expr] where needed.
1 parent e226704 commit 27b81bf

File tree

8 files changed

+4642
-5139
lines changed

8 files changed

+4642
-5139
lines changed

library/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
#![feature(doc_spotlight)]
114114
#![feature(duration_consts_2)]
115115
#![feature(duration_saturating_ops)]
116+
#![feature(extended_key_value_attributes)]
116117
#![feature(extern_types)]
117118
#![feature(fundamental)]
118119
#![feature(intrinsics)]

0 commit comments

Comments
 (0)