We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3b7e9 commit ceb0a39Copy full SHA for ceb0a39
src/tiff/ifd.rs
@@ -1,5 +1,7 @@
1
//! Function for reading TIFF tags
2
3
+#![allow(missing_docs)]
4
+
5
use std::vec;
6
7
use self::Value::{
0 commit comments