Skip to content

Commit

Permalink
Merge pull request #137 from luojia65/fix/rust-stdio-macros
Browse files Browse the repository at this point in the history
[rust] fix rust stdio macros not found
  • Loading branch information
luojia65 authored Oct 3, 2024
2 parents e7a058d + 6389e19 commit 6c32fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payloads
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub use stdio::{stdin, stdout, Stdin, Stdout};

// macro internal code, used by `print` and `println`.
#[doc(hidden)]
pub use stdio::_print;
pub use stdio::{SyterKitStdinInner, SyterKitStdoutInner, _print, STDIN, STDOUT};

// macro internal code, used in `entry` proc macro.
#[doc(hidden)]
Expand Down

0 comments on commit 6c32fc4

Please sign in to comment.