Skip to content

Commit c659225

Browse files
style: avoid warning when pdfium is disabled
1 parent 58c1170 commit c659225

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
@@ -10,7 +10,7 @@ use std::{
1010
use flate2::read::GzDecoder;
1111
use tar::{Archive, EntryType};
1212

13-
#[cfg(feature = "pdfium")]
13+
#[allow(dead_code)]
1414
fn try_link_pdfium() -> Result<(), Box<dyn Error>> {
1515
let bin_ext = [
1616
OsStr::new("dll"),

0 commit comments

Comments
 (0)