remove line so that pretty printer doesn't mess it up

This commit is contained in:
Niko Matsakis 2012-05-18 14:01:59 -07:00
parent 2f284cefa0
commit 09b9447eb6

View file

@ -10,7 +10,6 @@ fn main() {
// `y` remains valid even if `*x` is modified.
*x = @none;
}
@@none {
// here, no bump of the ref count of `*x` is needed, but in
// fact a bump occurs anyway because of how pattern marching