mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-14 11:42:18 +08:00
Fix non-autolinks warnings
This commit is contained in:
@@ -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