use rust 2018

This commit is contained in:
Robin Appelman 2019-03-18 17:13:31 +01:00
commit 8627b29e4b
3 changed files with 3 additions and 4 deletions

View file

@ -1,11 +1,8 @@
#![allow(unused_variables)]
extern crate libc;
extern crate php;
use libc::*;
use php::*;
use zend::*;
use php::zend::*;
use php::info::*;
extern {