We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
txt
version
1 parent 9dac3a6 commit 2e1e364Copy full SHA for 2e1e364
src/core/adb.rs
@@ -117,15 +117,15 @@ impl ACommand {
117
/// ## Format
118
/// This is just a sample,
119
/// we don't know which guarantees are stable (yet):
120
- /// ```
+ /// ```txt
121
/// Android Debug Bridge version 1.0.41
122
/// Version 34.0.5-debian
123
/// Installed as /usr/lib/android-sdk/platform-tools/adb
124
/// Running on Linux 6.12.12-amd64 (x86_64)
125
/// ```
126
///
127
/// The expected format should be like:
128
129
/// Android Debug Bridge version <num>.<num>.<num>
130
/// Version <num>.<num>.<num>-<no spaces>
131
/// Installed as <ANDROID_SDK_HOME>/platform-tools/adb<optional extension>
0 commit comments