Remove wildcard in script re-exports
We don't like wildcard re-exports anymore; explicitly re-export the types from `primitives::script`.
This commit is contained in:
parent
aeca93b561
commit
d1dd63d6d4
|
@ -81,7 +81,7 @@ pub use self::{
|
|||
push_bytes::{PushBytes, PushBytesBuf, PushBytesError, PushBytesErrorReport},
|
||||
};
|
||||
#[doc(inline)]
|
||||
pub use primitives::script::*;
|
||||
pub use primitives::script::{Script, ScriptBuf};
|
||||
|
||||
pub(crate) use self::borrowed::ScriptExtPriv;
|
||||
pub(crate) use self::owned::ScriptBufExtPriv;
|
||||
|
|
Loading…
Reference in New Issue