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 e47dd8e commit 0a36854Copy full SHA for 0a36854
gtk4/src/param_spec_expression.rs
@@ -127,7 +127,7 @@ impl ParamSpecExpression {
127
/// This method returns an instance of
128
/// [`ParamSpecExpressionBuilder`](crate::builders::ParamSpecExpressionBuilder)
129
/// which can be used to create [`ParamSpecExpression`] objects.
130
- pub fn builder(name: &str) -> ParamSpecExpressionBuilder {
+ pub fn builder(name: &str) -> ParamSpecExpressionBuilder<'_> {
131
assert_initialized_main_thread!();
132
ParamSpecExpressionBuilder::new(name)
133
}
0 commit comments