Skip to content

Commit

Permalink
Add rustlist.org to documentation blocklist
Browse files Browse the repository at this point in the history
Found on: https://crates.io/crates/valico

No longer hosts any kind of rust documentation.
  • Loading branch information
XAMPPRocky authored Feb 19, 2020
1 parent b46f672 commit 2fd9289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/krate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::schema::*;

/// Hosts in this list are known to not be hosting documentation,
/// and are possibly of malicious intent e.g. ad tracking networks, etc.
const DOCUMENTATION_BLOCKLIST: [&str; 1] = ["rust-ci.org"];
const DOCUMENTATION_BLOCKLIST: [&str; 2] = ["rust-ci.org", "rustless.org"];

#[derive(Debug, Queryable, Identifiable, Associations, Clone, Copy)]
#[belongs_to(Crate)]
Expand Down

0 comments on commit 2fd9289

Please sign in to comment.