Skip to content

Commit

Permalink
Fix a rustdoc issue with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Aug 7, 2019
1 parent 65f7a33 commit 9e9802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/expression/functions/date_and_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sql_function! {
/// ```ignore
/// # #[macro_use] extern crate diesel;
/// # extern crate chrono;
/// # include!(\"../../doctest_setup.rs\");
/// # include!("../../doctest_setup.rs");
/// # use diesel::dsl::*;
/// #
/// # fn main() {
Expand Down

0 comments on commit 9e9802d

Please sign in to comment.