Skip to content

Commit

Permalink
Removing unecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Oct 18, 2023
1 parent 0fd1c3b commit 5a65438
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ligen/symbols/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ pub struct Interface {
pub identifier: Identifier,
pub constants: Vec<Identifier>,
pub functions: Vec<Identifier>,
pub methods: Vec<Identifier>,
// TODO: Use this for inheritance, traits and alike:
// pub interfaces: Vec<Path>
pub methods: Vec<Identifier>
}

impl Interface {
Expand Down

0 comments on commit 5a65438

Please sign in to comment.