mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-14 19:52:19 +08:00
Fix non-autolinks warnings
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//! define.
|
||||
//!
|
||||
//! Port of [carray](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/carray.c)
|
||||
//! C extension: https://www.sqlite.org/carray.html
|
||||
//! C extension: `https://www.sqlite.org/carray.html`
|
||||
//!
|
||||
//! # Example
|
||||
//!
|
||||
|
@@ -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
|
||||
//!
|
||||
|
@@ -2,7 +2,7 @@
|
||||
//!
|
||||
//! Port of C [generate series
|
||||
//! "function"](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/series.c):
|
||||
//! https://www.sqlite.org/series.html
|
||||
//! `https://www.sqlite.org/series.html`
|
||||
use std::default::Default;
|
||||
use std::marker::PhantomData;
|
||||
use std::os::raw::c_int;
|
||||
|
Reference in New Issue
Block a user