File: fix-ambiguous-import.patch

package info (click to toggle)
rust-pdf 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- rust-pdf-0.9.0.orig/src/build.rs
+++ rust-pdf-0.9.0/src/build.rs
@@ -14,6 +14,7 @@ use crate::file::Log;
 use crate::file::Storage;
 use crate::file::Trailer;
 use crate::object::*;
+use crate::object::Rect;
 use crate::content::*;
 use crate::error::Result;
 use crate::parser::ParseFlags;