comparison src/main.rs @ 62:d255a932553f

Fix a few warnings.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 13 Jun 2016 00:42:58 +0100
parents 5a7c3393382b
children 5923cd4bfc36
comparison
equal deleted inserted replaced
61:6b73843c5b4a 62:d255a932553f
1 extern crate cpython; 1 extern crate cpython;
2 2
3 #[cfg="test"] 3 #[cfg(test)]
4 mod tests; 4 mod tests;
5 5
6 mod python_tb; 6 mod python_tb;
7 mod python_parse; 7 mod python_parse;
8 mod python_dump; 8 mod python_dump;