mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
remove unused comments
This commit is contained in:
parent
5c8f3fa26f
commit
5f9ae24d14
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ pub struct Env<'a> {
|
||||||
pub generate_allocators: bool,
|
pub generate_allocators: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
// impl<'a> Env<'a> {
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
// These relocations likely will need a length.
|
// These relocations likely will need a length.
|
||||||
// They may even need more definition, but this should be at least good enough for how we will use elf.
|
// They may even need more definition, but this should be at least good enough for how we will use elf.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue