Skip to content

Commit 1e1eab9

Browse files
authored
Silence "specialization is incomplete" warning
See rust-lang/rust#71420. This doesn't need a release (or a changelog entry) as it just fixes a warning.
1 parent 34a79ee commit 1e1eab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maud/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(specialization)]
1+
#![feature(min_specialization)]
22

33
//! A macro for writing HTML templates.
44
//!

0 commit comments

Comments
 (0)