Skip to content

Commit

Permalink
Fix "ambigious name" for console
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgardo authored and antoniusnaumann committed Jan 23, 2024
1 parent 96d5b24 commit 4816d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ mod templating;
mod xcframework;

pub use commands::*;
pub use console::error::Result;
pub use console::Config;
pub use crate::console::error::Result;
pub use crate::console::Config;
pub use lib_type::LibType;
pub use targets::*;

Expand Down

0 comments on commit 4816d75

Please sign in to comment.