1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

be explicit about imported and exported types

This commit is contained in:
lurchi 2016-09-11 12:19:35 +02:00
parent 749d0abf79
commit 3f527b176c
10 changed files with 110 additions and 111 deletions

View file

@ -1,5 +1,5 @@
extern crate psyc;
use psyc::parser::*;
use psyc::*;
#[test]
fn test_parse() {

View file

@ -1,5 +1,5 @@
extern crate psyc;
use psyc::parser::*;
use psyc::*;
#[test]
fn test_parse() {