Set hammond-data to build with Deny missing_docs.

This commit is contained in:
Jordan Petridis
2017-11-28 09:44:26 +02:00
parent e4a7a7becf
commit c07215d357
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,12 +1,11 @@
//! Random CRUD helper functions.
use diesel::prelude::*;
use diesel;
use models::queryables::{Episode, Podcast, Source};
use chrono::prelude::*;
use errors::*;
/// Random db querries helper functions.
/// Probably needs cleanup.
use database::connection;
pub fn get_sources() -> Result<Vec<Source>> {
+1 -1
View File
@@ -1,5 +1,5 @@
#![recursion_limit = "1024"]
#![warn(missing_docs)]
#![deny(missing_docs)]
#![cfg_attr(feature = "cargo-clippy", allow(blacklisted_name))]
//! A libraty for parsing, indexing and retrieving podcast Feeds,