From 72f90f0f5f05249a89e6bbc24365660eb3cd5ff4 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 21 Jun 2011 06:17:54 -0700 Subject: [PATCH] Turn doc FIXMEs into comments --- doc/rust.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rust.texi b/doc/rust.texi index e71c74fea42..d208176e330 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -1179,8 +1179,8 @@ mod bar @{ @subsection Ref.Comp.Meta @cindex Metadata, in crates -FIXME: This section is out of date. The @code{meta} keyword has been replaced -by general crate/item attributes. +@c FIXME: This section is out of date. The @code{meta} keyword has been replaced +@c by general crate/item attributes. In a crate, a @code{meta} directive associates free form key-value metadata with the crate. This metadata can, in turn, be used in providing partial