From 60541cdc1ec334b278740fd6d59b9d08929e6d0d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 26 Nov 2014 10:21:45 -0800 Subject: Test fixes and rebase conflicts --- src/libsyntax/ext/quote.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/libsyntax/ext') diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs index e703ac21f26..3fca110a881 100644 --- a/src/libsyntax/ext/quote.rs +++ b/src/libsyntax/ext/quote.rs @@ -17,12 +17,12 @@ use parse::token::*; use parse::token; use ptr::P; -//! Quasiquoting works via token trees. -//! -//! This is registered as a set of expression syntax extension called quote! -//! that lifts its argument token-tree to an AST representing the -//! construction of the same token tree, with token::SubstNt interpreted -//! as antiquotes (splices). +/// Quasiquoting works via token trees. +/// +/// This is registered as a set of expression syntax extension called quote! +/// that lifts its argument token-tree to an AST representing the +/// construction of the same token tree, with token::SubstNt interpreted +/// as antiquotes (splices). pub mod rt { use ast; -- cgit 1.4.1-3-g733a5