aboutsummaryrefslogtreecommitdiff
path: root/2.27.1/src/file_descriptor.rs
blob: dde86039cb3191cd58539c1309e8ac7e95da7fb4 (plain)
1
2
3
4
5
use crate::scope::Scope;

pub(crate) fn file_descriptor_proto_expr(_scope: &Scope) -> String {
    format!("file_descriptor_proto()")
}