Skip to content

Commit 3b66078

Browse files
committed
std -> core in pointer_constants
1 parent f820313 commit 3b66078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capnpc/src/pointer_constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub fn generate_pointer_constant(
8989
)?,
9090
Line("::capnp::constant::Reader {".into()),
9191
Indent(Box::new(Branch(vec![
92-
Line("phantom: ::std::marker::PhantomData,".into()),
92+
Line("phantom: ::core::marker::PhantomData,".into()),
9393
Line("words: &WORDS,".into()),
9494
]))),
9595
Line("}".into()),

0 commit comments

Comments
 (0)