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 9ddbdd3 commit eebdb2dCopy full SHA for eebdb2d
src/action/run_command.rs
@@ -164,7 +164,7 @@ impl<'a> Action for RunCommand<'a> {
164
}
165
166
167
-/// Run a database-level command. Create with [`Database::run_command`].
+/// Run a database-level command. Create with [`Database::raw_run_command`].
168
#[must_use]
169
pub struct RawRunCommand<'a> {
170
db: &'a Database,
0 commit comments