File tree 2 files changed +2
-3
lines changed 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ mod config {
35
35
#[ derive( Serialize ) ]
36
36
pub struct Config {
37
37
pub exclude : & ' static [ & ' static str ] ,
38
- pub include : & ' static [ & ' static str ] ,
39
38
pub rustup : Vec < String > ,
40
39
pub channels : indexmap:: IndexMap < & ' static str , Channel > ,
41
40
}
@@ -56,7 +55,6 @@ const CHANNEL_URL_PREFIX: &str = "https://static.rust-lang.org/dist/channel-rust
56
55
fn main ( ) -> Result < ( ) , Box < dyn Error > > {
57
56
let mut cfg = config:: Config {
58
57
exclude : & [ "target" , "vendor" ] ,
59
- include : & [ "_rustinfra_config.json" ] ,
60
58
rustup : Vec :: new ( ) ,
61
59
channels : IndexMap :: with_capacity ( CHANNELS . len ( ) ) ,
62
60
} ;
Original file line number Diff line number Diff line change 6
6
"X-XSS-Protection" : " 1; mode=block" ,
7
7
"Referrer-Policy" : " no-referrer, strict-origin-when-cross-origin" ,
8
8
"Content-Security-Policy" : " default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' www.rust-lang.org; font-src 'self' data:"
9
- }
9
+ },
10
+ "github_pages_origin" : " rust-lang.github.io/rust-forge"
10
11
}
You can’t perform that action at this time.
0 commit comments