Remove comment about refcounted pointers; there are no refcounted pointers

This commit is contained in:
Andrew Poelstra 2015-12-04 17:56:15 -06:00
parent c1993a12c6
commit 52b4263539
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@
//! This module provides the structures and functions to maintain the //! This module provides the structures and functions to maintain the
//! blockchain. //! blockchain.
//! //!
//! Note to developers: do not expose any ref-counted pointers in the public
//! API of this module. Internally we do unsafe mutations of them and we need
//! to make sure we are holding the only references.
//!
use num::{FromPrimitive, Zero}; use num::{FromPrimitive, Zero};
use std::{marker, ptr}; use std::{marker, ptr};