Skip to content

Commit

Permalink
Rename ir to intermediate_representation and add hints for strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Oct 22, 2021
1 parent d6d6d1d commit 91873e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 211 deletions.
2 changes: 1 addition & 1 deletion components/support/nimbus-fml/src/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

pub(crate) mod ir;
pub(crate) mod intermediate_representation;
71 changes: 0 additions & 71 deletions components/support/nimbus-fml/src/fixtures/ir.rs

This file was deleted.

138 changes: 0 additions & 138 deletions components/support/nimbus-fml/src/ir.rs

This file was deleted.

2 changes: 1 addition & 1 deletion components/support/nimbus-fml/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

pub mod error;
pub mod ir;
pub mod intermediate_representation;
pub mod parser;

#[cfg(test)]
Expand Down

0 comments on commit 91873e5

Please sign in to comment.