mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Change #[privatize] into #[derive(DenyPublicFields)]
This commit is contained in:
parent
19c645ff68
commit
8bcf36b9a5
16 changed files with 69 additions and 65 deletions
|
@ -3,6 +3,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
extern crate compiletest_helper;
|
||||
#[macro_use]
|
||||
extern crate deny_public_fields;
|
||||
|
||||
#[test]
|
||||
fn compile_test() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue