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

Commit

Permalink
Merge pull request #289 from GuillaumeGomez/fix-purge-check
Browse files Browse the repository at this point in the history
Add lib.rs to ignore purge files
  • Loading branch information
GuillaumeGomez committed Oct 21, 2019
2 parents d56a7bf + c51b7e1 commit 758a1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Expand Up @@ -6,7 +6,7 @@ fn main() {
fn manage_docs() {
extern crate lgpl_docs;
const PATH: &'static str = "src";
const IGNORES: &'static [&'static str] = &[];
const IGNORES: &'static [&'static str] = &["lib.rs"];
lgpl_docs::purge(PATH, IGNORES);
if cfg!(feature = "embed-lgpl-docs") {
lgpl_docs::embed(lgpl_docs::Library::Cairo, PATH, IGNORES);
Expand Down

0 comments on commit 758a1a7

Please sign in to comment.