Skip to content

Commit 591e4d2

Browse files
committed
Properly exclude example from tests.
1 parent da7b7dc commit 591e4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql/src/load_extension_guard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::{Connection, Result};
77
///
88
/// # Example
99
///
10-
/// ```rust,no_run
10+
/// ```ignore
1111
/// let _guard = LoadExtensionGuard::new(conn)?;
1212
/// conn.load_extension("uuid", None)?;
1313
/// ```

0 commit comments

Comments
 (0)