From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D96A3C4332F for ; Wed, 19 Oct 2022 09:10:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232103AbiJSJKf (ORCPT ); Wed, 19 Oct 2022 05:10:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233092AbiJSJKH (ORCPT ); Wed, 19 Oct 2022 05:10:07 -0400 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09FD3B4885; Wed, 19 Oct 2022 02:01:37 -0700 (PDT) Date: Wed, 19 Oct 2022 16:59:04 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1666169960; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5r9WXpsvT6fH7Yz7VBod1LYvGYbbYIGer4ws7o13/Is=; b=gb9QAvblkoACD4xLd0SkzXsi3NRciNXM039u0krATV4R2A438Ek4/rpjJefqR+MPex+DVP FEUrnpzQEZYwcHP9/Zm+nYpOlU2o1N/ozeurR6jFZ/+3GxO2rtI/+VQz1n4ojSM43ZOIgd Zopn3qRieSdbmmdNCZOCp9Y/WSghmWg= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: Yanteng Si Cc: alexs@kernel.org, seakeel@gmail.com, corbet@lwn.net, ojeda@kernel.org, boqun.feng@gmail.com, wedsonaf@gmail.com, gary@garyguo.net, bjorn3_gh@protonmail.com, rust-for-linux@vger.kernel.org, bobwxc@email.cn, chenhuacai@kernel.org, jiaxun.yang@flygoat.com, linux-doc@vger.kernel.org, siyanteng01@gmail.com Subject: Re: [PATCH v2 4/5] docs/zh_CN: Add rust/coding-guidelines Chinese translation Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 2022-10-18 (二) 21:07:00 +0800 Yanteng Si 曰: > Translate .../rust/coding-guidelines.rst into Chinese. > > Signed-off-by: Yanteng Si Reviewed-by: Wu XiangCheng > --- > .../zh_CN/rust/coding-guidelines.rst | 192 ++++++++++++++++++ > .../translations/zh_CN/rust/index.rst | 2 +- > 2 files changed, 193 insertions(+), 1 deletion(-) > create mode 100644 Documentation/translations/zh_CN/rust/coding-guidelines.rst -- Wu XiangCheng 0x32684A40BCA7AEA7