Skip to content

Commit

Permalink
Merge pull request PyO3#118 from althonos/patch-1
Browse files Browse the repository at this point in the history
Fix wrong macro being tagged with `macro_export`
  • Loading branch information
fafhrd91 committed Feb 21, 2018
2 parents d00abc1 + e58cd1c commit 25514f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objects/exc_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ macro_rules! dot_stringify {
/// py.run("import socket; assert gaierror is socket.gaierror", None, Some(ctx)).unwrap();
/// }
/// ```
#[macro_export]
macro_rules! import_exception {
($($module:ident).+ , $name: ident) => {
#[allow(non_camel_case_types)]
Expand Down

0 comments on commit 25514f6

Please sign in to comment.