File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1+ /* This Source Code Form is subject to the terms of the Mozilla Public
2+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
14
25#[ macro_use] extern crate quote;
36extern crate syn;
Original file line number Diff line number Diff line change 1+ /* This Source Code Form is subject to the terms of the Mozilla Public
2+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
14
25use quote:: { ToTokens , Tokens } ;
36use super :: visit:: { Visitor , RecursiveVisitor } ;
Original file line number Diff line number Diff line change 1-
2-
1+ /* This Source Code Form is subject to the terms of the Mozilla Public
2+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
34
45pub mod match_byte;
56pub mod visit;
Original file line number Diff line number Diff line change 1- // Copyright 2016 The html5ever Project Developers. See the
2- // COPYRIGHT file at the top-level directory of this distribution.
3- //
4- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7- // option. This file may not be copied, modified, or distributed
8- // except according to those terms.
1+ /* This Source Code Form is subject to the terms of the Mozilla Public
2+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
94
10- /// Just enough of an AST visitor to reach every expression.
5+ /// Just enough of an AST visitor to reach every expression and statement .
116
127use syn;
138
You can’t perform that action at this time.
0 commit comments