From 52b426353926b6ae06c7decd5d4a703e60e61817 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Fri, 4 Dec 2015 17:56:15 -0600 Subject: [PATCH] Remove comment about refcounted pointers; there are no refcounted pointers --- src/blockdata/blockchain.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/blockdata/blockchain.rs b/src/blockdata/blockchain.rs index 45f3b90f..30552bb3 100644 --- a/src/blockdata/blockchain.rs +++ b/src/blockdata/blockchain.rs @@ -17,10 +17,6 @@ //! This module provides the structures and functions to maintain the //! 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 std::{marker, ptr};