Skip to content

Instantly share code, notes, and snippets.

@jacobrosenthal
Created February 1, 2020 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobrosenthal/40ce4f8f6c6a1a430853f9a789f8318b to your computer and use it in GitHub Desktop.
Save jacobrosenthal/40ce4f8f6c6a1a430853f9a789f8318b to your computer and use it in GitHub Desktop.
rust no_std sublime project configuration
{
"folders": [
{
"path": "."
}
],
"settings": {
"LSP": {
"rls": {
"settings": {
"rust": {
"all_targets": false,
"target": "thumbv7em-none-eabihf"
}
}
}
},
"rust-analyzer":{
"settings": {
"rust": {
"cargo-watch.allTargets": false,
"target": "thumbv7em-none-eabihf"
}
}
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment