Skip to content

Commit a365acf

Browse files
committed
ignore code block as doctest
1 parent d9b8d2d commit a365acf

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
@@ -215,7 +215,7 @@ fn find_in_sqlite_index(conn: &Connection, search_for: &str) -> Result<Option<Fi
215215
/// https://raw.githubusercontent.com/rusqlite/rusqlite/master/libsqlite3-sys/sqlite3/sqlite3.c
216216
/// and
217217
/// https://en.wikipedia.org/wiki/SQLite (-> _Magic number_)
218-
/// ```
218+
/// ```ignore
219219
/// > FORMAT DETAILS
220220
/// > OFFSET SIZE DESCRIPTION
221221
/// > 0 16 Header string: "SQLite format 3\000"

0 commit comments

Comments
 (0)