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.
2 parents c03c00b + 591e4d2 commit 2427683Copy full SHA for 2427683
libsql/src/load_extension_guard.rs
@@ -7,7 +7,7 @@ use crate::{Connection, Result};
7
///
8
/// # Example
9
10
-/// ```rust,no_run
+/// ```ignore
11
/// let _guard = LoadExtensionGuard::new(conn)?;
12
/// conn.load_extension("uuid", None)?;
13
/// ```
0 commit comments