Skip to content

Commit e70aa7f

Browse files
committed
hir: Fix documentation on previously changed Visibility struct
1 parent bfe8ffe commit e70aa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/rust/hir/tree/rust-hir-item.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ struct FunctionParam
549549
const Analysis::NodeMapping &get_mappings () const { return mappings; }
550550
};
551551

552-
// Visibility of item - if the item has it, then it is some form of public
552+
// Visibility of an item
553553
struct Visibility
554554
{
555555
public:

0 commit comments

Comments
 (0)