Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 758a1a7

Browse files
Merge pull request #289 from GuillaumeGomez/fix-purge-check
Add lib.rs to ignore purge files
2 parents d56a7bf + c51b7e1 commit 758a1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fn main() {
66
fn manage_docs() {
77
extern crate lgpl_docs;
88
const PATH: &'static str = "src";
9-
const IGNORES: &'static [&'static str] = &[];
9+
const IGNORES: &'static [&'static str] = &["lib.rs"];
1010
lgpl_docs::purge(PATH, IGNORES);
1111
if cfg!(feature = "embed-lgpl-docs") {
1212
lgpl_docs::embed(lgpl_docs::Library::Cairo, PATH, IGNORES);

0 commit comments

Comments
 (0)