Fix non-autolinks warnings

This commit is contained in:
gwenn
2020-11-07 12:32:41 +01:00
parent 9ae66e363e
commit 0649df96ea
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
//! `feature = "csvtab"` CSV Virtual Table.
//!
//! Port of [csv](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/csv.c) C
//! extension: https://www.sqlite.org/csv.html
//! extension: `https://www.sqlite.org/csv.html`
//!
//! # Example
//!