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:
Martin Habovstiak 2025-02-20 16:23:26 +01:00
parent 0567e6fe1d
commit 6b9d439dc1
1 changed files with 0 additions and 2 deletions

View File

@ -2,9 +2,7 @@
//! Bitcoin scripts.
/// FIXME: Make this private.
mod borrowed;
/// FIXME: Make this private.
mod owned;
use core::cmp::Ordering;