[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)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub struct Pair {
|
pub struct Pair {
|
||||||
pub car: Obj,
|
pub car: Obj,
|
||||||
pub cdr: Obj
|
pub cdr: Obj,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Pair {
|
impl Pair {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue