Skip to content

Commit a502896

Browse files
committed
replace ignore with text for to prevent execution as doc-test
1 parent 6b3c3b0 commit a502896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/archive_index.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ fn find_in_sqlite_index(conn: &Connection, search_for: &str) -> Result<Option<Fi
222222
/// https://raw.githubusercontent.com/rusqlite/rusqlite/master/libsqlite3-sys/sqlite3/sqlite3.c
223223
/// and
224224
/// https://en.wikipedia.org/wiki/SQLite (-> _Magic number_)
225-
/// ```ignore
225+
/// ```text
226226
/// > FORMAT DETAILS
227227
/// > OFFSET SIZE DESCRIPTION
228228
/// > 0 16 Header string: "SQLite format 3\000"

0 commit comments

Comments
 (0)