Skip to content

Commit 325b66e

Browse files
committed
[fixup] fix build failure in config_proc_macro
1 parent fd63b06 commit 325b66e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config_proc_macro/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config_proc_macro/tests/smoke.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pub mod config {
22
pub trait ConfigType: Sized {
33
fn doc_hint() -> String;
4-
fn stable_variant(&self, nightly: bool) -> bool;
4+
fn stable_variant(&self) -> bool;
55
}
66
}
77

0 commit comments

Comments
 (0)