Skip to content

Commit

Permalink
Add missing re-export
Browse files Browse the repository at this point in the history
`WindowError` is used in the public `fj_window::Error` type.
  • Loading branch information
hannobraun committed Jun 19, 2023
1 parent 0366ac1 commit 9057567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/fj-window/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
mod display;
mod window;

pub use self::display::{display, Error};
pub use self::{
display::{display, Error},
window::WindowError,
};

0 comments on commit 9057567

Please sign in to comment.