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

@@ -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;