mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
702a0491db
Lots of other warning still left. Will address in subsequent commits.
12 lines
169 B
Rust
12 lines
169 B
Rust
#[macro_use]
|
|
extern crate helix_view;
|
|
|
|
pub mod application;
|
|
pub mod args;
|
|
pub mod commands;
|
|
pub mod compositor;
|
|
pub mod config;
|
|
pub mod job;
|
|
pub mod keymap;
|
|
pub mod ui;
|