errors: move translation logic into module
Just moving code around so that triagebot can ping relevant parties when translation logic is modified. Signed-off-by: David Wood <david.wood@huawei.com>
This commit is contained in:
parent
6ce76091c7
commit
510ba031dc
8 changed files with 201 additions and 164 deletions
|
@ -58,6 +58,7 @@ mod lock;
|
|||
pub mod registry;
|
||||
mod snippet;
|
||||
mod styled_buffer;
|
||||
pub mod translation;
|
||||
|
||||
pub use snippet::Style;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue