Skip to content

Commit

Permalink
Merge pull request #419 from chewing/rust/modules
Browse files Browse the repository at this point in the history
refactor: reorganize modules with 2015 style
  • Loading branch information
kanru authored Dec 31, 2023
2 parents 028f45c + 475f97f commit bfe4ab6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/editor.rs → src/editor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ impl Selecting {
C: ConversionEngine<LayeredDictionary<AnyDictionary, ()>>,
{
// FIXME load from data
let reader = io::Cursor::new(include_str!("../data/symbols.dat"));
let reader = io::Cursor::new(include_str!("../../data/symbols.dat"));
let sel = SymbolSelector::new(reader).expect("parse symbols table");
Selecting {
page_no: 0,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bfe4ab6

Please sign in to comment.