Skip to content

Commit f3a1f5e

Browse files
philipcoli-obk
authored andcommitted
Reexport object
`object` is part of the public API, so this makes it easier for users to get the correct version of `object`.
1 parent f5c2c3c commit f3a1f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thorin/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pub extern crate object;
2+
13
use std::{
24
borrow::Cow,
35
collections::HashSet,

0 commit comments

Comments
 (0)