mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 11:23:02 +00:00
Test suite attributes
This commit is contained in:
parent
aab056d6fb
commit
f0650a8f8b
13 changed files with 102 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
unused_assignments,
|
||||
unused_mut,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#![feature(extern_types)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
)]
|
||||
|
||||
use ::libc;
|
||||
extern "C" {
|
||||
pub type _IO_wide_data;
|
||||
|
|
Loading…
Reference in a new issue