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:
parent
749d0abf79
commit
3f527b176c
10 changed files with 110 additions and 111 deletions
|
@ -1,5 +1,5 @@
|
|||
extern crate psyc;
|
||||
use psyc::parser::*;
|
||||
use psyc::*;
|
||||
|
||||
#[test]
|
||||
fn test_parse() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
extern crate psyc;
|
||||
use psyc::parser::*;
|
||||
use psyc::*;
|
||||
|
||||
#[test]
|
||||
fn test_parse() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue