Skip to content
Snippets Groups Projects
Commit 8b843239 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

chore: compilation warnings

parent fc721604
No related branches found
No related tags found
1 merge request!866Gmoshkin/pico service follow up
......@@ -48,8 +48,8 @@ pub struct Console<H: Helper> {
}
impl<T: Helper> Console<T> {
const HISTORY_FILE_NAME: &str = ".picodata_history";
const PROMPT: &str = "picodata> ";
const HISTORY_FILE_NAME: &'static str = ".picodata_history";
const PROMPT: &'static str = "picodata> ";
// Ideally we should have an enum for all commands. For now we have only two options, usual line
// and only one special command. To not overengineer things at this point just handle this as ifs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment