Skip to content

Commit b800b45

Browse files
authored
Merge branch 'main' into fix-read-property-multiple-read-range-value
2 parents 19b0bb3 + bab8bf7 commit b800b45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1773
-386
lines changed

.vscode/settings.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,4 @@
66
"println",
77
"struct"
88
],
9-
"rust-analyzer.showUnlinkedFileNotification": false
10-
// uncomment this to have rust-analyzer work with mcu related code
11-
/*
12-
"rust-analyzer.cargo.features": [
13-
"alloc"
14-
],
15-
"rust-analyzer.check.features": [
16-
"alloc"
17-
],
18-
"rust-analyzer.check.noDefaultFeatures": true,
19-
"rust-analyzer.imports.preferNoStd": true,
20-
"rust-analyzer.cargo.noDefaultFeatures": true,
21-
// don't comment below this line
22-
"rust-analyzer.check.allTargets": false,
23-
"rust-analyzer.showUnlinkedFileNotification": false,*/
249
}

0 commit comments

Comments
 (0)