diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3046f0c7..3d308f2f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,16 +1,17 @@
 jobs:
 
 - job: check_formatting
+  displayName: Check formatting
   pool:
     vmImage: ubuntu-16.04
   steps:
     - script: |
         curl https://sh.rustup.rs -sSf | sh -s -- -y
         $HOME/.cargo/bin/rustup component add rustfmt
-      displayName: Install rust
+      displayName: Install stable Rust
     - script: |
         $HOME/.cargo/bin/cargo fmt -- --check
-      displayName: Check formatting
+      displayName: Run rustfmt
 
 - template: _build/azure-pipelines-template.yml
   parameters: