Skip to content

Commit

Permalink
Silence "specialization is incomplete" warning
Browse files Browse the repository at this point in the history
See rust-lang/rust#71420.

This doesn't need a release (or a changelog entry) as it just fixes a warning.
  • Loading branch information
lambda-fairy committed Jun 22, 2020
1 parent 34a79ee commit ee82847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maud/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(specialization)]
#![feature(min_specialization)]

//! A macro for writing HTML templates.
//!
Expand Down

0 comments on commit ee82847

Please sign in to comment.