Skip to content

Commit

Permalink
fix: correct change in visibility of compiler module (#824)
Browse files Browse the repository at this point in the history
Introduced in #801
Closes #823
  • Loading branch information
neoeinstein committed Feb 24, 2023
1 parent cd607bb commit 0f53e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#![cfg_attr(not(feature = "std"), no_std)]

#[rustfmt::skip]
mod compiler;
pub mod compiler;
mod datetime;
#[rustfmt::skip]
mod protobuf;
Expand Down

0 comments on commit 0f53e3d

Please sign in to comment.