[types] Add (back) trailing commas
This commit is contained in:
parent
c6696c4f8b
commit
125fb08f43
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use object::Object;
|
|||
#[derive(Debug, PartialEq)]
|
||||
pub struct Pair {
|
||||
pub car: Obj,
|
||||
pub cdr: Obj
|
||||
pub cdr: Obj,
|
||||
}
|
||||
|
||||
impl Pair {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue