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 83a6954 commit bed5da5Copy full SHA for bed5da5
1 file changed
crates/stackable-versioned-macros/src/attrs/module.rs
@@ -294,8 +294,8 @@ impl<T> Deref for Override<T> {
294
impl<T> Override<T> {
295
pub fn is_explicit(&self) -> bool {
296
match self {
297
- Override::Default(_) => false,
298
- Override::Explicit(_) => true,
+ Self::Default(_) => false,
+ Self::Explicit(_) => true,
299
}
300
301
0 commit comments