mirror of
https://github.com/simonask/libyaml-safer
synced 2025-02-16 20:38:30 +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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
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;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
pub type _IO_wide_data;
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
#![feature(extern_types)]
|
||||||
|
#![allow(
|
||||||
|
non_camel_case_types,
|
||||||
|
non_snake_case,
|
||||||
|
)]
|
||||||
|
|
||||||
use ::libc;
|
use ::libc;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub type _IO_wide_data;
|
pub type _IO_wide_data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue