We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147f3a5 commit f36c540Copy full SHA for f36c540
src/display.rs
@@ -60,6 +60,7 @@ mod placeholder {
60
use super::{AsDisplay, Sealed};
61
use core::fmt::{self, Display};
62
63
+ #[allow(dead_code)]
64
pub struct Placeholder;
65
66
impl<'a> AsDisplay<'a> for Placeholder {
0 commit comments