Changed name to non_copyable #7427

This commit is contained in:
reedlepee 2013-10-29 05:40:32 +05:30
parent b7e9b0ce32
commit 6e07377715
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ pub struct Parser {
/// Stack of spans of open delimiters. Used for error message.
open_braces: @mut ~[Span]
/* do not copy the parser; its state is tied to outside state */
priv new_field: util::NonCopyable
priv non_copyable: util::NonCopyable
}