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.
self_
imp
1 parent e9bad1a commit 1b3383dCopy full SHA for 1b3383d
gtk4-macros/src/lib.rs
@@ -221,8 +221,8 @@ pub fn composite_template_derive(input: TokenStream) -> TokenStream {
221
/// }
222
/// #[template_callback]
223
/// pub fn print_both_labels(&self) {
224
-/// let self_ = self.imp();
225
-/// println!("{} {}", self_.label.label(), self_.button.label().unwrap().as_str());
+/// let imp = self.imp();
+/// println!("{} {}", imp.label.label(), imp.button.label().unwrap().as_str());
226
227
228
///
0 commit comments