Skip to content

Commit 2fd9289

Browse files
authored
Add rustlist.org to documentation blocklist
Found on: https://crates.io/crates/valico No longer hosts any kind of rust documentation.
1 parent b46f672 commit 2fd9289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/krate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::schema::*;
2222

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

2727
#[derive(Debug, Queryable, Identifiable, Associations, Clone, Copy)]
2828
#[belongs_to(Crate)]

0 commit comments

Comments
 (0)