Fix the documentation comment syntax in flow_ref.rs.

This commit is contained in:
Ms2ger 2015-02-08 19:56:04 +01:00
parent c3acbd90d8
commit a819b0b1b6

View file

@ -2,9 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/// Reference-counted pointers to flows.
///
/// Eventually, with dynamically sized types in Rust, much of this code will be superfluous.
//! Reference-counted pointers to flows.
//!
//! Eventually, with dynamically sized types in Rust, much of this code will be superfluous.
use flow::Flow;
use flow;