mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Fix the documentation comment syntax in flow_ref.rs.
This commit is contained in:
parent
c3acbd90d8
commit
a819b0b1b6
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* 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/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
/// Reference-counted pointers to flows.
|
//! Reference-counted pointers to flows.
|
||||||
///
|
//!
|
||||||
/// Eventually, with dynamically sized types in Rust, much of this code will be superfluous.
|
//! Eventually, with dynamically sized types in Rust, much of this code will be superfluous.
|
||||||
|
|
||||||
use flow::Flow;
|
use flow::Flow;
|
||||||
use flow;
|
use flow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue