diff options
author | Josh Matthews <josh@joshmatthews.net> | 2014-08-07 00:31:11 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2014-08-07 00:31:11 -0400 |
commit | 69fc99e868eca3e3c29f2560551ddde9ea265ee8 (patch) | |
tree | 5d166d5d268e8deaa985f54452871e0fb58799d5 /src/components/layout/layout_task.rs | |
parent | 98d50934a392e615f0e368bafbe7ebe731c90198 (diff) | |
parent | d626ac3dc0aa4889e54de8a2648aca3f6e1bbc98 (diff) | |
download | servo-69fc99e868eca3e3c29f2560551ddde9ea265ee8.tar.gz servo-69fc99e868eca3e3c29f2560551ddde9ea265ee8.zip |
Merge pull request #3047 from mbrubeck/doc-comment
Fix rustdoc comment syntax
Diffstat (limited to 'src/components/layout/layout_task.rs')
-rw-r--r-- | src/components/layout/layout_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/layout_task.rs b/src/components/layout/layout_task.rs index 8be01717035..8c3fecd3368 100644 --- a/src/components/layout/layout_task.rs +++ b/src/components/layout/layout_task.rs @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ //! The layout task. Performs layout on the DOM, builds display lists and sends them to be -/// rendered. +//! rendered. use css::matching::{ApplicableDeclarations, ApplicableDeclarationsCache, MatchMethods}; use css::matching::{StyleSharingCandidateCache}; |