Skip to content

Commit 51b5ad1

Browse files
surajrmalCQ Bot
authored andcommitted
[cmc] Add support for services in dictionaries
Change-Id: Ie4e76cb4e66652537531c0621dc287e97dccf19a Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1235224 Commit-Queue: Suraj Malhotra <[email protected]> Reviewed-by: Claire Gonyeo <[email protected]>
1 parent dc2236f commit 51b5ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/cml/src/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,9 +988,9 @@ which is almost certainly a mistake: {}",
988988
| CapabilityId::Dictionary(_)
989989
| CapabilityId::Runner(_)
990990
| CapabilityId::Resolver(_)
991+
| CapabilityId::Service(_)
991992
| CapabilityId::Configuration(_) => {}
992993
CapabilityId::Directory(_)
993-
| CapabilityId::Service(_)
994994
| CapabilityId::Storage(_)
995995
| CapabilityId::EventStream(_) => {
996996
let type_name = id.type_str();

0 commit comments

Comments
 (0)