Skip to content

Commit 2427683

Browse files
authored
Merge pull request #1620 from ignatz/ignore_example
Properly exclude example from tests.
2 parents c03c00b + 591e4d2 commit 2427683

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)