Use ::std::result::Result::Ok in output.rs (#2519)

This commit is contained in:
Southball 2023-06-13 04:44:37 +09:00 committed by GitHub
parent 253d8c9f69
commit de90a55253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ pub fn quote_query_as<DB: DatabaseExt>(
#(#instantiations)*
Ok(#out_ty { #(#ident: #var_name),* })
::std::result::Result::Ok(#out_ty { #(#ident: #var_name),* })
})
}
}