Remove stale FIXME comments
These comments said that the modules should be private but they already are. Also, the internals of the newtypes became private a few commits ago.
This commit is contained in:
parent
0567e6fe1d
commit
6b9d439dc1
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
//! Bitcoin scripts.
|
//! Bitcoin scripts.
|
||||||
|
|
||||||
/// FIXME: Make this private.
|
|
||||||
mod borrowed;
|
mod borrowed;
|
||||||
/// FIXME: Make this private.
|
|
||||||
mod owned;
|
mod owned;
|
||||||
|
|
||||||
use core::cmp::Ordering;
|
use core::cmp::Ordering;
|
||||||
|
|
Loading…
Reference in New Issue