Skip to content

Commit c4a8f99

Browse files
committed
Rearrange again
1 parent 1788e30 commit c4a8f99

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,14 @@ 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::*;
208+
207209

208210
/// A builder for a PDF file.
209211
///

0 commit comments

Comments
 (0)