1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Cargo.lock のヘッダーコメントにある @generated マーカーの意味を調べた

Last updated at Posted at 2025-09-04

Cargo.lock の先頭には手で編集しないように注意喚起する以下のコメントが書かれている。

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.

@generated にアットマークがついているのは何の意味があるのだろうか。

この注意書きが導入された PR のコメントに説明が書いてあった。

Our code review tool (phabricator) will automatically hide changes to files that are marked as generated (via detecting the text @generated in the file)

コードレビューツール Phabricator@generated を含むファイルの差分を非表示にするらしい。

また @generated マーカーについての解説サイト https://generated.at も存在し、他の対応ツールも書いてある。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?