Skip to content

Commit c67837b

Browse files
committed
Rearrange again
1 parent 1788e30 commit c67837b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,13 @@ pub use self::object::{
198198
Rect, Ref, Rewrite, Str, Stream, TextStr, TextStrLike, TextStrWithLang, TypedArray,
199199
TypedDict, Writer,
200200
};
201-
use self::writers::*;
202201

203-
use crate::chunk::WriteSettings;
204202
use std::fmt::{self, Debug, Formatter};
205203
use std::io::Write;
206204
use std::ops::{Deref, DerefMut};
205+
use crate::chunk::WriteSettings;
206+
207+
use self::writers::*;
207208

208209
/// A builder for a PDF file.
209210
///

0 commit comments

Comments
 (0)