Fix wrong macro being tagged with `macro_export`

This commit is contained in:
Martin Larralde 2018-02-21 22:37:50 +01:00 committed by Martin Larralde
parent d00abc1fa7
commit e58cd1c585
1 changed files with 1 additions and 0 deletions

View File

@ -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)]