Fix up lexer tests after movement of stuff
This commit is contained in:
parent
a7c6caec95
commit
1d19a3f722
3 changed files with 10 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
/// Scheme numbers are complex, literally.
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub struct Number { value: f64 }
|
||||
pub struct Number { pub value: f64 }
|
||||
|
||||
impl Number {
|
||||
pub fn new() -> Number {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue